object ABookPropertyEditor: TABookPropertyEditor Left = 307 Top = 123 HelpContext = 14049 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Edit Address Book Properties' ClientHeight = 410 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Book: TPageControl Left = 4 Top = 4 Width = 393 Height = 362 ActivePage = LDAP TabOrder = 0 object tsInfo: TTabSheet Caption = 'General' object Label1: TLabel Left = 8 Top = 8 Width = 31 Height = 13 Caption = '&Name:' FocusControl = eName end object Label2: TLabel Left = 8 Top = 56 Width = 61 Height = 13 Caption = 'Stored in file:' end object Label3: TLabel Left = 8 Top = 136 Width = 52 Height = 13 Caption = '&Comments:' FocusControl = eMemo end object eName: TEdit Left = 8 Top = 24 Width = 369 Height = 21 TabOrder = 0 end object eFile: TEdit Left = 8 Top = 72 Width = 273 Height = 21 TabStop = False Color = clBtnFace Ctl3D = True ParentCtl3D = False ReadOnly = True TabOrder = 1 end object eMemo: TMemo Left = 8 Top = 152 Width = 369 Height = 177 ScrollBars = ssBoth TabOrder = 4 end object bChange: TButton Left = 288 Top = 70 Width = 89 Height = 25 Caption = 'C&hange' TabOrder = 2 OnClick = bChangeClick end object cbDefault: TCheckBox Left = 8 Top = 112 Width = 369 Height = 17 Caption = '&Use this book as default for ADD/DELETE operations' TabOrder = 3 end end object LDAP: TTabSheet Caption = 'LDAP' object cbLDAP: TCheckBox Left = 8 Top = 16 Width = 361 Height = 17 Caption = 'This Address book is associated with a LDAP server' TabOrder = 0 OnClick = cbLDAPClick end object gbLDAP: TGroupBox Left = 8 Top = 48 Width = 369 Height = 281 Caption = 'LDAP Server data' Enabled = False TabOrder = 1 object Label4: TLabel Left = 16 Top = 28 Width = 41 Height = 13 Caption = '&Address:' FocusControl = eLdapHost end object Label5: TLabel Left = 16 Top = 52 Width = 22 Height = 13 Caption = '&Port:' FocusControl = ePort end object Bevel1: TBevel Left = 16 Top = 72 Width = 345 Height = 9 Shape = bsBottomLine end object Label6: TLabel Left = 16 Top = 92 Width = 63 Height = 13 Caption = '&Search base:' FocusControl = eLdapBase end object Label7: TLabel Left = 16 Top = 116 Width = 78 Height = 13 Caption = '&Return maximum' FocusControl = eLimit end object Label8: TLabel Left = 224 Top = 116 Width = 40 Height = 13 Caption = 'matches' end object Label9: TLabel Left = 16 Top = 140 Width = 74 Height = 13 Caption = 'S&earch timeout:' FocusControl = eTimeout end object Label10: TLabel Left = 224 Top = 140 Width = 40 Height = 13 Caption = 'seconds' end object Bevel2: TBevel Left = 16 Top = 184 Width = 345 Height = 9 Shape = bsBottomLine end object lUser: TLabel Left = 16 Top = 228 Width = 54 Height = 13 Caption = '&User name:' Enabled = False FocusControl = eLdapUser end object lPwd: TLabel Left = 16 Top = 252 Width = 49 Height = 13 Caption = 'Pass&word:' Enabled = False FocusControl = eLdapPwd end object eLdapHost: TEdit Left = 120 Top = 24 Width = 233 Height = 21 TabOrder = 0 end object ePort: TXSpinEdit Left = 120 Top = 48 Width = 81 Height = 21 TabOrder = 1 Text = '389' OnChange = ePortChange MinValue = 1 MaxValue = 65535 Value = 389 Step = 1 end object bDefaultPort: TButton Left = 208 Top = 46 Width = 145 Height = 25 Caption = '&Revert to default' Enabled = False TabOrder = 2 OnClick = bDefaultPortClick end object eLdapBase: TEdit Left = 120 Top = 88 Width = 233 Height = 21 TabOrder = 3 end object eLimit: TXSpinEdit Left = 120 Top = 112 Width = 97 Height = 21 TabOrder = 4 Text = '10000' MinValue = 1 MaxValue = 10000 Value = 10000 Step = 50 end object eTimeout: TXSpinEdit Left = 120 Top = 136 Width = 97 Height = 21 TabOrder = 5 Text = '0' MinValue = 0 MaxValue = 0 Value = 0 Step = 1 end object cbLdapLogin: TCheckBox Left = 16 Top = 200 Width = 337 Height = 17 Caption = '&Login with an user name and a password' TabOrder = 7 OnClick = cbLdapLoginClick end object eLdapUser: TEdit Left = 120 Top = 224 Width = 233 Height = 21 Enabled = False TabOrder = 8 end object eLdapPwd: TEdit Left = 120 Top = 248 Width = 233 Height = 21 Enabled = False PasswordChar = '*' TabOrder = 9 end object cbLDAPUnicode: TCheckBox Left = 16 Top = 164 Width = 337 Height = 17 Caption = 'Send &8-bit data in UNICODE (UTF-8) to this server' TabOrder = 6 end end end end object bOK: TButton Left = 144 Top = 376 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = bOKClick end object bCancel: TButton Left = 232 Top = 376 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 320 Top = 376 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = bHelpClick end end